* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: 'Microsoft YaHei';
}

ul {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #008889;
}



.swiper {
	margin: auto;
	max-width: 1920px;
	height: 300px;
	background: #f8f8f8;
}

.swiper-container1 {
	overflow: hidden;
	margin: auto;
	max-width: 1250px;
	height: 300px;
}

.swiper-container1 img {
	width: 100%;
	height: 100%;
}

/* main */
.main {
	margin: auto;
	max-width: 1920px;
	background-color: #f8f8f8;
}

.mainMid {
	margin: auto;
	max-width: 1250px;
	height: 100%;
}

/* one */
.one {
	padding: 35px 0;
}

.one ul {
	display: flex;
	justify-content: space-between;
}

.one li {
	width: 274px;
	height: 100px;
	box-shadow: 5px 5px 5px #aaa;
	border-radius: 2px;
}

.one li:hover {
	transform: scale(1.02);
	transition: transform 0.5s;
}

.one li:nth-child(1n) {
	background-color: #88c995;
}

.one li:nth-child(2n) {
	background-color: #008889;
}

.one li:nth-child(3n) {
	background-color: #e3c487;
}

.one li:nth-child(4n) {
	background-color: #54a9d6;
}

.one li a {
	display: block;
	padding-top: 18px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.one li img {
	display: block;
	margin: auto;
	width: 45px;
	height: auto;
}

.one li p {
	padding: 3px 15px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

/* two */
.two {
	display: flex;
	justify-content: space-between;
}

.two .left {
	position: relative;
	width: 605px;
	height: 420px;
}

.swiper-container2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-container2 a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}

.swiper-container2 img {
	width: 100%;
	height: 100%;
}

.swiper-container2 img:hover {
	transform: scale(1.02);
	transition: transform 0.5s;
}

.swiper-container2 .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 22px;
	width: 100%;
	box-sizing: border-box;
	background-color: #333333aa;
}

.swiper-container2 .bottom:hover {
	transform: scale(1.02);
	transition: transform 0.5s;
}

.swiper-container2 .bottom h1 {
	width: 80%;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-container2 .bottom p {
	padding-top: 14px;
	width: 100%;
	line-height: 1.7;
	color: #e8e8e8;
	font-size: 16px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pagination2 {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	right: 19px;
	text-align: center;
}

.pagination2 .swiper-pagination-switch {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.8;
	cursor: pointer;
}

.pagination2 .swiper-active-switch {
	background: #56a6d6;
}

.two .right {
	position: relative;
	padding: 15px 0;
	width: 595px;
	height: 420px;
	box-sizing: border-box;
}

.two .right .title {
	padding-left: 12px;
	border-left: 7px solid #008889;
	font-size: 26px;
	font-weight: bold;
}

.two .right .topNew {
	cursor: pointer;
}

.two .right .topNew:hover h1,
.two .right .topNew:hover p {
	color: #008889;
}

.two .right .topNew h1 {
	padding: 25px 5px;
	width: 100%;
	font-size: 22px;
	color: #333;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.two .right .topNew p {
	padding: 0 5px;
	width: 100%;
	line-height: 1.6;
	color: #a3a3a3;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.two .right ul {
	padding: 0 5px;
	padding-top: 25px;
}

.two .right ul li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.two .right ul a {
	display: block;
	width: 88%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.two .right ul .date {
	color: #a3a3a3;
	font-size: 16px;
}

.two .more {
	position: absolute;
	right: 15px;
	top: 21px;
	color: #008889;
}

/* three */
.three {
	display: flex;
	justify-content: space-between;
	padding-top: 47px;
}

.three .left {
	position: relative;
	width: 605px;
}

.three .title {
	padding-left: 12px;
	border-left: 7px solid #008889;
	font-size: 26px;
	font-weight: bold;
}

.three .more {
	position: absolute;
	right: 15px;
	top: 8px;
	color: #008889;
}

.three .left .topNew {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	margin-top: 25px;
}

.three .left .topNew .left {
	width: 240px;
	height: 150px;
}

.three .left .topNew .left img {
	width: 100%;
	height: 100%;
}

.three .left .topNew .right {
	width: 345px;
}

.three .left .topNew .right:hover p {
	color: #008889;
}

.three .left .topNew .right h1 {
	margin-bottom: 5px;
	line-height: 1.8;
	font-size: 18px;
	font-weight: 500;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.three .left .topNew .right p {
	line-height: 1.5;
	font-size: 16px;
	color: #a6a2a3;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.three ul {
	padding: 0 5px;
	padding-top: 15px;
}

.three ul li {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
}

.three .left ul li {
	padding: 5px 0;
}

.three ul a {
	display: block;
	width: 88%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.three ul .date {
	color: #a3a3a3;
	font-size: 16px;
}

.three .right {
	position: relative;
	width: 595px;
	box-sizing: border-box;
}

/* four */
.four {
	position: relative;
	margin: auto;
	max-width: 1920px;
	padding-top: 40px;
	min-height: 1000px;
	background: url(../images/fourback.jpg.png);
	box-sizing: border-box;
}

.four h1 {
	margin-bottom: 10px;
	font-size: 26px;
	text-align: center;
}

.four>ul {
	display: flex;
	justify-content: center;
}

.four>ul li {
	width: 173px;
	height: 57px;
	line-height: 57px;
	background-color: #f8f8f8;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.active {
	position: relative;
	background-color: #008889 !important;
	color: #fff;
}

.four>ul li.active img {
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -17px;
	width: 34px;
	height: auto;
}

.box {
	margin: auto;
	margin-top: 30px;
	max-width: 1250px;
}

.boxTitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
	height: 65px;
	line-height: 65px;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	border-left: 12px solid #008889;
	font-size: 18px;
	color: #008889;
}

.box .more {
	font-size: 14px;
	color: #008889;
	text-align: right;
}

.box ul {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}

.box ul li {
	margin-right: 23px;
	margin-bottom: 20px;
	padding: 8px 0;
	width: 295px;
	height: auto;
	background-color: #fff;
}

.box ul li:nth-child(4n) {
	margin-right: 0;
}

.box ul a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 10px;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: 16px;
}

.box ul a .name {
	display: block;
	padding-left: 18px;
	width: 93%;
	box-sizing: border-box;
	text-align: center;
}

